type go.uber.org/mock/gomock.anyMatcher

4 uses

	go.uber.org/mock/gomock (current package)
		matchers.go#L91: type anyMatcher struct{}
		matchers.go#L93: func (anyMatcher) Matches(any) bool {
		matchers.go#L97: func (anyMatcher) String() string {
		matchers.go#L338: func Any() Matcher { return anyMatcher{} }